Re: [NTG-context] Color property of \setupurl

2022-08-20 Thread Wolfgang Schuster via ntg-context
Max Chernoff via ntg-context schrieb am 20.08.2022 um 08:41: Hi, Could someone clarify me in what kind of context the color of a hyperlink is controlled by the "color" property of \setupurl? This code: \show\setupurl \showthe\everysetupurl produces: > \se

Re: [NTG-context] Color property of \setupurl

2022-08-20 Thread Max Chernoff via ntg-context
Hi, > Could someone clarify me in what kind of context the color of a > hyperlink is controlled by the "color" property of \setupurl? This code: \show\setupurl \showthe\everysetupurl produces: > \setupurl=frozen protected macro:

[NTG-context] Color property of \setupurl

2022-08-19 Thread Joaquín Ataz López via ntg-context
Good morning everyone. I have been doing some tests on the "color" property of \setupinteraction and the "color" property of \setupurl and my feeling is that the color of the hyperlinks is always controlled by \setupinteraction. Could someone clarify me in what kind

Re: [NTG-context] URL style

2018-02-19 Thread Wolfgang Schuster
Henning Hraban Ramm <mailto:te...@fiee.net> 19. Februar 2018 um 11:12 Ahoi, I’m trying to typeset URLs in italics, but \setupurl[style=\em] (or any other value like italic, bold etc.) doesn’t change the outcome of \goto or \hyphenatedurl. Is this a bug? \starttext \setupurl[sty

[NTG-context] URL style

2018-02-19 Thread Henning Hraban Ramm
Ahoi, I’m trying to typeset URLs in italics, but \setupurl[style=\em] (or any other value like italic, bold etc.) doesn’t change the outcome of \goto or \hyphenatedurl. Is this a bug? \starttext \setupurl[style=\em] \hyphenatedurl{www.fiee.net} \goto{www.fiee.net} \stoptext Greetlings

Re: [NTG-context] URL styling in btx bibliography

2017-02-04 Thread Alan Braslau
On Sat, 4 Feb 2017 09:10:33 -0700 Alan Braslau <alan.bras...@cea.fr> wrote: > On Fri, 3 Feb 2017 17:26:35 -0500 > Rik Kabel <cont...@rik.users.panix.com> wrote: > > > Is there a user-level control for the styling of urls in the new > > bibliography system? I

Re: [NTG-context] URL styling in btx bibliography

2017-02-04 Thread Alan Braslau
On Fri, 3 Feb 2017 17:26:35 -0500 Rik Kabel <cont...@rik.users.panix.com> wrote: > Is there a user-level control for the styling of urls in the new > bibliography system? I use > > \setupurl[style=\addff{f:ns}\ss] > > (where f:ns is a fontfeature definition for lin

[NTG-context] URL styling in btx bibliography

2017-02-03 Thread Rik Kabel
ConTeXters, Is there a user-level control for the styling of urls in the new bibliography system? I use \setupurl[style=\addff{f:ns}\ss] (where f:ns is a fontfeature definition for lining/new style numerals) for the rest of the document. The bibliography honors this formatting for urls

Re: [NTG-context] Interlining in a TwoColumns set

2016-08-12 Thread Jean-Pierre Delange
ef\mailto#1{\useURL[#1][mailto:#1][][#1]\from[{#1}]} \def\MailTo#1#2{\useURL[#1][mailto:#1][][#2]\from[{#1}]} % Style \setupurl [color=none, style=normal] % Setup two columns \defineparagraphs[TwoColumns][n=2, align={hz,hanging}] \setupparagraphs[TwoColumns][1][width=200pt] % Setu

Re: [NTG-context] URLs in color including underbar

2015-05-18 Thread Alexander Shukaev
​​ \definebar[urlbar][underbar] \setupurl[style=\mono\urlbar,color=blue] ​Interesting, thank you, Hans, it indeed works as expected. Could you supplement this with some explanations, i.e. why this one works compared to using plain `underbar'?​ I assume that the `color' key is overridden

[NTG-context] URLs in color including underbar

2015-05-18 Thread Alexander Shukaev
Hello, So far I came up with the following solution: \setupurl[ style={\mono\underbar}, color={blue}, ] \def \url{% \dosingleargument \dourl } \def \dourl[#1]{% \begingroup \setupbar[% style={\urlparameter{style}}, color={\urlparameter{color}}, ]% \from[#1

Re: [NTG-context] URLs in color including underbar

2015-05-18 Thread Hans Hagen
On 5/17/2015 8:07 PM, Alexander Shukaev wrote: Hello, So far I came up with the following solution: \setupurl[ style={\mono\underbar}, color={blue}, ] \def \url{% \dosingleargument \dourl } \def \dourl[#1]{% \begingroup \setupbar[% style={\urlparameter{style

[NTG-context] hyphenating urls and \tex

2014-10-05 Thread Pablo Rodriguez
was introduced that enables hyphenation in \tex commands. How could I replace **only for \tex** the hyphenation character with an underscore right below the previous character? How could these hyphenation settings be added to \setupurl _besides the ones from \hyphenatedurl_? Locating the underscore

Re: [NTG-context] hyphenating urls and \tex

2014-10-05 Thread Hans Hagen
} \stoptext In a beta from this year a new feature was introduced that enables hyphenation in \tex commands. How could I replace **only for \tex** the hyphenation character with an underscore right below the previous character? How could these hyphenation settings be added to \setupurl _besides

[NTG-context] is there a better way to convert this

2014-08-10 Thread Pablo Rodriguez
is suboptimal: \useURL[url29][mailto:nob...@nowhere.net][][nob...@nowhere.net] \from[url29] Is there a way to get the hyphenated url, the mailto: interaction and the formatting with \setupurl? Many thanks for your help, Pablo -- http://www.ousia.tk

[NTG-context] Hyphenatedurl: custom line-break symbol, disable stretching

2014-07-30 Thread Joshua Krämer
Dear list, I typeset URLs with \hyphenatedurl, and have two questions. (1) Is there a feature available to insert a custom symbol when a line-break occurs, e.g. \hookleftarrow? (2) How can I disable the stretching between characters? I've tried the following without success: \setupurl

Re: [NTG-context] Hyphenatedurl: custom line-break symbol, disable stretching

2014-07-30 Thread Wolfgang Schuster
: \setupurl [space=no] \setupurl [urlspace=no] \unprotect \def\lang_url_space{} \protect Wolfgang ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

Re: [NTG-context] \tt in \hyphenatedurl?

2014-04-28 Thread Pablo Rodriguez
the fourth argument for \useurl you can change the style and color for the url with the \setupurl command, it would even be split at page breaks because context already uses the \hyphenatedurl command in this case. \setupurl[style=mono,color=red] \starttext The wiki located at \useURL[url1

Re: [NTG-context] \tt in \hyphenatedurl?

2014-04-27 Thread Wolfgang Schuster
with the \setupurl command, it would even be split at page breaks because context already uses the \hyphenatedurl command in this case. \setupurl[style=mono,color=red] \starttext The wiki located at \useURL[url1][http://wiki.contextgarden.net]\from[url1]. \stoptext Wolfgang

[NTG-context] How it works \setupurl?

2013-10-23 Thread Jaroslav Hajtmar
Hello ConTeXist. I have a question: Is there \setupurl independent on \setupinteraction? Is there posibility get external references a different color than the other (default) links (to sections, figures etc) defined by \setupinteraction? Thanx Jaroslav Hajtmar Here is my minimal example

[NTG-context] Problem with link colors.

2013-10-21 Thread Jaroslav Hajtmar
, contrastcolor=] \setupurl[style=type, color=green] \setupexternalfigures[location={local,default}] \useURL [garden] [http://wiki.contextgarden.net/][] [http://wiki.contextgarden.net/] \starttext \section[sect]{Section} This is testing Cow section. \placefigure[here][cowfig]{Cow figure

[NTG-context] Confounding colour conundrums

2013-09-22 Thread Thangalin
: \setupurl[color=orange] I thought that that would set the external hyperlink colour to *orange*. In the same document, how do I set: - hyperlink colours to *orange*; - index page number colours to *red*; - table of contents text to *dark cyan*; and - table of contents page numbers

Re: [NTG-context] Confounding colour conundrums

2013-09-22 Thread Thangalin
From http://www.mail-archive.com/ntg-context@ntg.nl/msg44867.html it appears that \setupinteraction affects the \setupurl command when no url is given. This was not obvious from the documentationhttp://wiki.contextgarden.net/Command/setupurl . It seems that assigning different colours

[NTG-context] Two columns type problem

2012-02-13 Thread Martin Bruchanov
\switchtobodyfont[48pt] \color[ChapterNumber]{#1}}} } \setuppagenumbering[% alternative=doublesided, location={footer, center}, % header, middle, inleft, inmargin command=\Page, ] \setupinteraction[state=start,color=black] % klikaci dokument \setupurl[style=type,color

Re: [NTG-context] Why doesn't his URL work?

2012-01-15 Thread Wolfgang Schuster
Am 14.01.2012 um 15:16 schrieb Gerben Wierda: This code below gets me a working URL, but instead of the word kudos in blue I get the entire URL in my text. Why is that? \setupcolors[state=start] \setupurl [color=blue] \setupinteraction [state=start,color=blue] \useURL[kudos

Re: [NTG-context] Why doesn't his URL work?

2012-01-15 Thread Steffen Wolfrum
[state=start] \setupurl [color=blue] \setupinteraction [state=start,color=blue] \useURL[kudos][http://nl.wikipedia.org/wiki/Kudos_(computerterm)][][kudos] \setuppapersize[A4,portrait][A4,portrait] \starttext \url[kudos] \stoptext G

[NTG-context] Why doesn't his URL work?

2012-01-14 Thread Gerben Wierda
This code below gets me a working URL, but instead of the word kudos in blue I get the entire URL in my text. Why is that? \setupcolors [state=start] \setupurl [color=blue] \setupinteraction [state=start,color=blue] \useURL[kudos][http://nl.wikipedia.org/wiki/Kudos_(computerterm

Re: [NTG-context] url: Add macros to the ConTeXt core

2011-11-14 Thread Aditya Mahajan
to \setupurl) but \url does not create a hyperlink: http://archive.contextgarden.net/message/20110915.115247.f23c2aad.en.html \def\mailto#1{\useURL[#1][mailto:#1][][#1]\from[{#1}]} \def\MailTo#1#2{\useURL[#1][mailto:#1][][#2]\from[{#1

Re: [NTG-context] disabling onum in url

2011-10-02 Thread Philipp Gesang
[aurl][http://www.pragma-ade.com/download-1.htm] %%% It comes with a proper setup for everything. \setupurl[style={\tf\addff{url}}] %%% If you must use the “href” macro, disable the font feature locally. \define[1]\href{% \begingroup \addff{url}% \goto{\hyphenatedurl{#1}}[url(#1

Re: [NTG-context] disabling onum in url

2011-10-02 Thread Pablo Rodríguez
/download-1.htm] %%% It comes with a proper setup for everything. \setupurl[style={\tf\addff{url}}] %%% If you must use the “href” macro, disable the font feature locally. \define[1]\href{% \begingroup \addff{url}% \goto{\hyphenatedurl{#1}}[url(#1)]% \endgroup% } \starttext 42

Re: [NTG-context] disabling onum in url

2011-10-02 Thread Philipp Gesang
” key of the interaction setups: · \setupbodyfontenvironment[default][em=italic] \setupinteraction[state=start,color=,style=\em,contrastcolor=,focus=standard] \useURL[aurl][http://www.pragma-ade.com/download-1.htm] \setupurl[style

[NTG-context] \url interaction and splitting

2011-09-15 Thread Aditya Mahajan
\dosetcolorattribute\??ur\c!color \goto{\hyphenatedurl{\ctxlua{structures.references.urls.get(#1,\@@uralternative,\@@urspace)}}}[fileorurl(#1)]% \endgroup} but this makes \url inherit the style from \setupinteraction rather than \setupurl. Also, \url does not support urlalternative for splitting

[NTG-context] Bug against minimals

2010-12-16 Thread Xan
\setupcolors [state=start] %\definecolor[lightBlue][r=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki] % Fonts %% Chapters... \setupheads

[NTG-context] Errors with MacTeX/TeXLive installation

2010-08-02 Thread Grant W. Petty
] % On the grid please \setuplayout [grid=yes, footer=0.5\footerheight, header=0.5\headerheight] % Enable colors and activate hyperlinks \setupcolors [state=start] \definecolor[lightBlue][r=0.5, g=0.5, b=1.0] \setupinteraction [state=start, color=lightBlue] \setupurl[style=small, space=yes

[NTG-context] stopcolumns causes new page!!!?

2010-04-11 Thread Xan
[state=start] %\definecolor[lightBlue][r=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL [mccammond][{http://www.math.ucsb.edu/~jon.mccammond/geogrouptheory/}][] [{\tf http://www.math.ucsb.edu

Re: [NTG-context] URL setup

2010-03-27 Thread Vyatcheslav Yatskovsky
Hi Now I see. Thanks. \setupinteraction [state=start, color=red] % \goto and \from \setupurl [color=orange] % \url B.R. Vyatcheslav ___ If your question is of interest to others as well, please add

[NTG-context] URL setup

2010-03-26 Thread Vyatcheslav Yatskovsky
Hello, \setupurl[color=blue] does not work in mkiv again. Also, please look how I use \useURL and \goto to typeset the link. Is there a way do it less verbose? Regards, Vyatcheslav %EXAMPLE= \chapter{Modelling of Continuous-Time Dynamic

Re: [NTG-context] URL setup

2010-03-26 Thread Wolfgang Schuster
Am 26.03.10 17:59, schrieb Vyatcheslav Yatskovsky: Hello, \setupurl[color=blue] does not work in mkiv again. Also, please look how I use \useURL and \goto to typeset the link. Is there a way do it less verbose? http://wiki.contextgarden.net/url#Other_ways \setupinteraction [state=start

Re: [NTG-context] URL setup

2010-03-26 Thread Vyatcheslav Yatskovsky
Hi Wolfgang Nice, and your example works. But why mine does not?? \setupinteraction [state=start, color=red] % \goto and \from \setupurl [color=orange] % \url \useURL[149][http://xkcd.com/149/][][I prefer hot dogs.] \useURL[224][http://xkcd.com/224/] \starttext \startlines \goto

Re: [NTG-context] URL setup

2010-03-26 Thread Wolfgang Schuster
Am 26.03.10 23:38, schrieb Vyatcheslav Yatskovsky: Hi Wolfgang Nice, and your example works. But why mine does not?? \setupinteraction [state=start, color=red] % \goto and \from \setupurl [color=orange] % \url Can you see the comments? Wolfgang

Re: [NTG-context] Call for papers (pracjourn mkiv)

2009-12-15 Thread Aditya Mahajan
\type|\type|. \setuptype[option=TEX] \definetype [normaltype] [option=none] %D We enable colors, interaction and bookmarks. \setupinteraction [state=start,color=darkred,style=normal] \setupurl [color=darkred] \setupcolors [state=start] \placebookmarks [section,subsection

Re: [NTG-context] framedtext in naturaltables

2009-10-02 Thread Xan
=fit,height=fit,backspace=1.7cm] % Enable colors and activate hyperlinks \setupcolors [state=start] %\definecolor[lightBlue][r=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL[wiki][http

Re: [NTG-context] A problem with \useURL or \from

2009-08-25 Thread Hans Hagen
Eythan Weg wrote: Hans Hagen pra...@wxs.nl Sat, 22 Aug 2009 12:45:49 +0200 Eythan Weg wrote: Hi, With current context and luatex revision 3038 I use this sample: \setupinteraction[state=start] \setupurl[color=blue] \starttext \useURL[here][http

Re: [NTG-context] A problem with \useURL or \from

2009-08-24 Thread Eythan Weg
Hans Hagen pra...@wxs.nl Sat, 22 Aug 2009 12:45:49 +0200 Eythan Weg wrote: Hi, With current context and luatex revision 3038 I use this sample: \setupinteraction[state=start] \setupurl[color=blue] \starttext \useURL[here][http://google.com] \from[here

Re: [NTG-context] A problem with \useURL or \from

2009-08-22 Thread Hans Hagen
Eythan Weg wrote: Hi, With current context and luatex revision 3038 I use this sample: \setupinteraction[state=start] \setupurl[color=blue] \starttext \useURL[here][http://google.com] \from[here] \stoptext It compiles with the link shown correctly but in greenish color. Pressing

[NTG-context] A problem with \useURL or \from

2009-08-21 Thread Eythan Weg
Hi, With current context and luatex revision 3038 I use this sample: \setupinteraction[state=start] \setupurl[color=blue] \starttext \useURL[here][http://google.com] \from[here] \stoptext It compiles with the link shown correctly but in greenish color. Pressing on it, the browser tries

[NTG-context] Problems with cite (minimal example) (was Re: Buggy source code-- references disappears when I put sections and If I put subjects, \completecontent has void list.)

2009-08-18 Thread Xan
%width=fit,height=fit,backspace=2cm] % Enable colors and activate hyperlinks \setupcolors [state=start] \definecolor[lightblue][r=0.5, g=0.5, b=1.0] \setupurl[space=yes] % Fonts %% Chapters... \setupheads[align=flushleft] \setuphead[chapter][style={\bfd}] \setuphead[section][style={\bfc}, header

Re: [NTG-context] I can't put footnote

2009-07-23 Thread Xan
[lightblue][r=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki] %\useURL[nagorko-pdf][http://www.math.bgu.ac.il/~barakw/probseminar/nagorko

[NTG-context] I can't change startitemize[n]-- startitemize[1]

2009-07-23 Thread Xan
,%separació entre abaix i darrera línia %width=fit,height=fit,backspace=2cm] % Enable colors and activate hyperlinks \setupcolors [state=start] \definecolor[lightblue][r=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes

[NTG-context] Strange behaviour of startitemize[1]

2009-07-22 Thread Xan
] \definecolor[lightblue][r=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki] %\useURL[nagorko-pdf][http://www.math.bgu.ac.il/~barakw

[NTG-context] I can't put footnote

2009-07-22 Thread Xan
=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki] %\useURL[nagorko-pdf][http://www.math.bgu.ac.il/~barakw/probseminar/nagorko/slides.pdf

Re: [NTG-context] I can't put footnote

2009-07-22 Thread Xan
=start] \definecolor[lightblue][r=0.5, g=0.5, b=1.0] %\setupinteraction [state=start, color=lightBlue] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki] %\useURL[nagorko-pdf][http://www.math.bgu.ac.il/~barakw

[NTG-context] Problems with bibtex and @incollection

2009-06-06 Thread Xan
] %\setupurl[style=small, space=yes] \setupurl[space=yes] % Enumerate the URLs %\useURL[wiki][http://wiki.contextgarden.net][][\ConTeXt\ wiki] %\useURL[nagorko-pdf][http://www.math.bgu.ac.il/~barakw/probseminar/nagorko/slides.pdf][][http://www.math.bgu.ac.il/\~{}barakw/\quad\quad\quad\quad probseminar

[NTG-context] URL \href ... ?

2009-05-03 Thread Mohamed Bana
Hi, Is there macro for typesetting a URL without defining it before hand? E.g., something as simple as, \href{www.google.com}, it'd also be great if \setupalign[hyphenated] \setupurl[space=yes,style=\ss,urlalternative=] also determined the way they are typeset. Mohamed

Re: [NTG-context] URL \href ... ?

2009-05-03 Thread Yue Wang
if \setupalign[hyphenated] \setupurl[space=yes,style=\ss,urlalternative=] also determined the way they are typeset. Mohamed ___ If your question is of interest to others as well, please add an entry to the Wiki

[NTG-context] Bibtex doubt

2008-11-05 Thread Xan
, header=0.5\headerheight] % Enable colors and activate hyperlinks \setupcolors [state=start] \definecolor[lightBlue][r=0.5, g=0.5, b=1.0] \setupinteraction [state=start, color=lightBlue] \setupurl[style=small, space=yes] % Enumerate the URLs \useURL [pragma] [{www.pragma-ade.com}] \useURL

Re: [NTG-context] t-bib and interactivity for url= and doi=

2008-04-17 Thread Tobias Burnus
lengthy.) See typset text in the TeX file (very bottom of this mail) about how the issues; I verified with ConTeXt Live (pdfeTeX and LuaTeX) that it is not a local problem. Thanks, Tobias % \usemodule[bib] \setupinteraction[state=start] \setupurl[style

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
] \setuptoptexts[text|margin|edge][text|section|date|mark|pagenumber][text|section|date|mark|pagenumber] \setuptype[options] \setuptyping[file|typing|name][options] \setupunderbar[options] \setupurl[options] \setupversions[options] \setupwhitespace[none|small|medium|big|line|fixed|fix|dimension] # \setvalue

Re: [NTG-context] \setupurl and urlalternative

2007-04-19 Thread Taco Hoekwater
Tobias Burnus wrote: Hi, what does actually the urlalternative option of \setupurl do? It does absolutely nothing, afaics. Best, Taco ___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

[NTG-context] \setupurl and urlalternative

2007-04-18 Thread Tobias Burnus
Hi, what does actually the urlalternative option of \setupurl do? If I run the following example, I don't see any difference! Tobias \useURL [test] [sentence_sentence%sentence#sentence~sentence/sentence//sentence:sentence.sentence] \startlinecorrection \hbox to \hsize {\hss\en

Re: [NTG-context] \useURL query

2007-01-29 Thread Alan Bowen
] % to set color of text \setupinteraction[state=start,color=black,style=rm] % for URLs and links \setupurl[style=normal] } % default mode --- Screen \doifnotmode{print}{ %% page layout \definepapersize[pagesize][width=36pc,height

Re: [NTG-context] \useURL query

2007-01-29 Thread Alan Bowen
, rightmargindistance=0.25pc, leftmargindistance=0.25pc] \setupcolors [state=start,textcolor=black] % to set color of text \setupinteraction[state=start,color=black,style=rm] % for URLs and links \setupurl[style=normal

[NTG-context] Bad Split TABLEs

2006-06-12 Thread Johannes Graumann
[way=bychapter] % URLs are supposed to be typeset in typewriter type fonts but sadly this does not work ... \setupurl[style=tt] % Take care of title formating: % a) title numbers are to be typeset in the margin \setupheads[alternative=inmargin] % b) all titles are to be typeset sans serifs

Re: [NTG-context] wrapping a long URL without added spaces

2006-04-13 Thread Hans Hagen
the same as that in the body text. \setupurl Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74

Re: [NTG-context] wrapping a long URL without added spaces

2006-04-13 Thread Alan Bowen
is preferred, \useURL or \useurl? no prefered • Is there a “\setupgoto”? I need to make the typeface in the printed URL the same as that in the body text. \setupurl Hans - Hans Hagen | PRAGMA

Re: [NTG-context] \useURL and URL with spaces

2006-03-31 Thread Hans Hagen
spaces got eaten up. (In additon I have a space in front of the URL.) i'll send you a patch ; btw, then try your example with \setupurl[space=yes] (adds stretch between brekable parts; old feature] Hans

RE: [NTG-context] Activating urls

2005-04-07 Thread Idris Samawi Hamid
=== % output=pdf interface=en \setupcolors[state=start] \setupinteraction[state=start,color=darkgreen] \setupurl [color=darkgreen] \useURL [Adobe] [http://partners.adobe.com/public/developer/en/font/5091.Design_MM_Fonts.pdf] \starttext \placecontent \page \chapter{Test} \section{Test} \url[Adobe

RE: [NTG-context] Activating urls (works now)

2005-04-07 Thread Idris Samawi Hamid
Thank you Robert, it works now. I was missing the \from[], and \url[] only prints the url, it does not link to it. So the following works: = \setupcolors[state=start] \setupinteraction[state=start,color=darkgreen] \setupurl [color=darkgreen

Re: [NTG-context] \setupURL issues

2004-11-19 Thread Hans Hagen
Nikolai Weibull wrote: * Hans Hagen [EMAIL PROTECTED] [Nov 18, 2004 18:50]: I just ran into this bug on my own and noticed your message on-list. Did you get it resolved, cos you're right: it's ugly. hm, interesting bug, i'll spare you the details :-) Anyway, does this mean you fixed it (and I

Re: [NTG-context] Re: the url color problem

2004-11-19 Thread Hans Hagen
\@@iastyle\@@urstyle\let\@@urstyle\empty}% \doifsomething\@@urcolor{\let\@@iacolor\@@urcolor\let\@@urcolor\empty}% \doexternaldocument[#1][#2][{\url[#3]}]% \egroup} \protect \setupcolors [state=start] \setupinteraction [state=start] \setupurl [color=blue] \starttext \useURL[something

Re: [NTG-context] \setupURL issues

2004-11-18 Thread Adam Lindsay
Nikolai-- I just ran into this bug on my own and noticed your message on-list. Did you get it resolved, cos you're right: it's ugly. Nikolai Weibull said this at Mon, 5 Jul 2004 21:02:36 +0200: \setupURL [color=blue] seems buggy. Try this: \setupcolors [state=start] \setupinteraction

Re: [NTG-context] \setupURL issues

2004-11-18 Thread Hans Hagen
Adam Lindsay wrote: I just ran into this bug on my own and noticed your message on-list. Did you get it resolved, cos you're right: it's ugly. hm, interesting bug, i'll spare you the details Hans -

Re: [NTG-context] Wrap a url

2004-11-02 Thread Willi Egger
there is \hyphenatedurl{http://www} May be this is what you are looking for. Willi David Arnold wrote: All, I have: \setupurl [style=bold] \useURL[craig][http://online.redwoods.cc.ca.us/instruct/darnold/CalcProj/Fal l98/CraigA/project3.htm] \from[craig] But it runs off my slide before

Re: [NTG-context] Wrap a url

2004-11-02 Thread Hans Hagen
David Arnold wrote: Willi et al, How do you use \hyphenatedurl? I tried: ok, let's end the suffering here ... \starttext \showframe \setupurl [style=bold] \useURL[craig][http://online.redwoods.cc.ca.us/instruct/darnold/CalcProj/Fall98/CraigA/project3.htm] \useURL[giarc][nice place][http

Re: [NTG-context] Wrap a url

2004-11-02 Thread David Arnold
\hyphenatedurl? I tried: ok, let's end the suffering here ... \starttext \showframe \setupurl [style=bold] \useURL[craig][http://online.redwoods.cc.ca.us/instruct/darnold/CalcProj/Fa ll98/CraigA/project3.htm] \useURL[giarc][nice place][http://online.redwoods.cc.ca.us/instruct/darnold/CalcProj/Fall98

[NTG-context] Wrap that URL

2004-11-01 Thread David Arnold
All, I have: \page \subject{Student Projects} \setupurl [style=bold] \useURL[craig][http://online.redwoods.cc.ca.us/instruct/darnold/CalcProj/Fal l98/CraigA/project3.htm] \from[craig] But even with \setuppapersize[S6][S6] this URL goes off the page. I'd like to split it onto two lines. Any

[NTG-context] Wrap a url

2004-10-30 Thread David Arnold
All, I have: \setupurl [style=bold] \useURL[craig][http://online.redwoods.cc.ca.us/instruct/darnold/CalcProj/Fal l98/CraigA/project3.htm] \from[craig] But it runs off my slide before wrapping. I'd like to break this up so it is on two lines and centered. Any suggestions

[NTG-context] \setupURL issues

2004-07-05 Thread Nikolai Weibull
\setupURL [color=blue] seems buggy. Try this: \setupcolors [state=start] \setupinteraction [state=start] \setupurl [color=blue] \useURL[one][http://www.google.com/] \starttext Why the hell is \from[one] wrapping so badly? \stoptext You will (hopefully...or something) notice

[NTG-context] Re: \setupURL issues

2004-07-05 Thread Patrick Gundlach
Hi Nikolai, \setupurl [color=blue] Does setupurl take color as an argument? Where is this documented? Patrick BTW: \setupinteraction[color=blue] works; perhaps this is enough for a workaround. -- texshow-web: http://members.ping.de:8061 ConTeXt wiki: http://members.ping.de:8062

[NTG-context] Re: \setupURL issues

2004-07-05 Thread Nikolai Weibull
* Patrick Gundlach [EMAIL PROTECTED] [Jul 05, 2004 23:40]: \setupurl [color=blue] Does setupurl take color as an argument? Where is this documented? Yes. It's not really documented, but it's in core-ref.tex around lines 2885. BTW: \setupinteraction[color=blue] works; perhaps